(command-line-x-option-alist): Use x-handle-no-bitmap-icon.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 22 Jul 2007 12:17:16 +0000 (12:17 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 22 Jul 2007 12:17:16 +0000 (12:17 +0000)
lisp/startup.el

index f57bf66a3a01286ccc5923f5aab53a8f1a7e98f1..37336d45e29a7c42f7b470ebcc9ac0c54dea89ff 100644 (file)
@@ -144,7 +144,7 @@ This is normally copied from `default-directory' when Emacs starts.")
     ("--foreground-color" 1 x-handle-switch foreground-color)
     ("--background-color" 1 x-handle-switch background-color)
     ("--mouse-color" 1 x-handle-switch mouse-color)
-    ("--no-bitmap-icon" 0 x-handle-switch icon-type nil)
+    ("--no-bitmap-icon" 0 x-handle-no-bitmap-icon)
     ("--iconic" 0 x-handle-iconic)
     ("--xrm" 1 x-handle-xrm-switch)
     ("--cursor-color" 1 x-handle-switch cursor-color)